home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000188_news@columbia.edu_Tue Jan 17 04:40:54 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26708
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 16 Jan 1995 23:39:35 -0500
  3. Received: by apakabar.cc.columbia.edu id AA26218
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 16 Jan 1995 23:39:33 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!spool.mu.edu!uwm.edu!news.doit.wisc.edu!jong-min
  6. From: jong-min@cae.wisc.edu (Jong-Min Park)
  7. Newsgroups: comp.protocols.tcp-ip,comp.protocols.kermit.misc
  8. Subject: Re: xyz-modem through tcp-ip
  9. Date: 17 Jan 1995 04:40:54 GMT
  10. Organization: Division of Information Technology
  11. Lines: 49
  12. Message-Id: <3ffhom$mb5@news.doit.wisc.edu>
  13. References: <3feaq7$4aa@news.doit.wisc.edu> <3fejst$8vv@news.doit.wisc.edu>
  14. Nntp-Posting-Host: hp-7.cae.wisc.edu
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Xref: news.columbia.edu comp.protocols.tcp-ip:29210 comp.protocols.kermit.misc:1628
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. Thank you so much for all the feedback. I didn't have time to say thank
  20. you to all who replied.
  21.  
  22. I have mustered enough hints and info to try out several configs and I
  23. finally got some speed (500 to 1000 cps vs. original 49 or zero cps).
  24. Sorry if this was an FAQ, but just so that someone could benefit from
  25. this info, I'm posting my result.
  26.  
  27. Here is what I found when using kermit or zmodem transfer through
  28. tcp-ip from my host to a remote site:
  29.  
  30.   In kermit, increasing the receiving packet size can speed up the
  31.     transfer. But if the receiving end cannot be tweaked by the user,
  32.     you are still out of luck (it still works, in contrast to zmodem).
  33.  
  34.   In zmodem, using a smaller packet size (about 100 bytes for me) and
  35.     escaping control characters from the sending host will avoid
  36.     'subpacket too long' error and 'CRC' error, respectively. Again,
  37.     if you cannot change the configuration from the sending host,
  38.     it just doesn't work.
  39.  
  40. In conclusion, I now do downloads through kermit transfer and uploads
  41. through zmodem transfer, since the remote host doesn't allow changing
  42. of configurations for both sending and receiving.
  43.  
  44. One strange thing I've noticed when using zmodem was that packet size
  45. less than about 128 went okay, but anything above it somehow hangs at
  46. the last 1024 bytes remaining (actually I can see that all data actually
  47. were sent, but the remaining size to transfer suddenly rises from 0
  48. to 1024, and then nothing happens).
  49.  
  50. Here is what I wrote:
  51. > I am having trouble sending/receiving files using x/y/z-modem transfer
  52. > on tcp-ip. Here is my setup:
  53.  
  54. >     kermit to connect to a tcp-ip host using telnet
  55. >     use sz/rz (v1.26 by Chuck Forsberg) to send/receive files
  56.  
  57. > The remote host doesn't have ftp, but allows kermit and x/y/z-modem
  58. > transfer. Kermit transfer is too slow (45 cps) on the tcp-ip. And
  59. > since there is no way to fiddle with kermit configuration on the
  60. > remote host, I'm not sure I can speed up kermit transfer.
  61.  
  62. > When using x/y/z-modem, 'subpacket too long' and 'bad CRC checksum' occurs.
  63.  
  64. +-------- Jong-Min Park -=?B?EUC-KR?udrBvrnO?=-9ZA>9N-----------
  65. | E-mail: jong-min@engr.wisc.edu
  66. | Office: (608)-263-7784       266 ME Bldg
  67. +-------- University of Wisconsin - Madison